Expansion: 'hx ApplZone^ ;# switch to Application heap'
9:
Macro name: 'PM'
Expansion: 'hx SysZone^^+10 ;# switch to Process Manager heap'
10:
Macro name: 'BP'
Expansion: 'BR'
11:
Macro name: 'WNE'
Expansion: 'ATB WaitNextEvent ';ATC WaitNextEvent';G ;# re-enter MacsBug on next WaitNextEvent call from 68K code'
12:
Macro name: 'WNEP'
Expansion: 'TVB WaitNextEvent ';TVC WaitNextEvent';G ;# re-enter MacsBug on next WaitNextEvent call from PPC code'
13:
Macro name: 'WNEPPC'
Expansion: 'WNEP'
14:
Macro name: 'WNEA'
Expansion: 'ATB WaitNextEvent 911^='®1' ';ATC WaitNextEvent';G ;# re-enter MacsBug on next WaitNextEvent specified 68K app (use first four letters of app name)'
15:
Macro name: 'WNEPA'
Expansion: 'TVB WaitNextEvent 911^='®1' ';TVC WaitNextEvent';G ;# re-enter MacsBug on next WaitNextEvent specified PPC app (use first four letters of app name)'
16:
Macro name: 'WNEFNDR'
Expansion: 'WNEPA 'Find' ;# come back to MacsBug the next time Finder calls WaitNextEvent'
17:
Macro name: 'WNEF'
Expansion: 'WNEFNDR ;# come back to MacsBug the next time Finder calls WaitNextEvent'
18:
Macro name: 'THREADS'
Expansion: 'SCREAM'
19:
Macro name: 'APIB'
Expansion: 'ATB ®1;TVB ®1 ;# API Break -- Set an A-Trap break AND a T-Vector break'
20:
Macro name: 'APIC'
Expansion: 'ATC ®1;TVC ®1 ;# API Break Clear -- Clear A-Trap break AND T-Vector break'
21:
Macro name: 'WHT'
Expansion: 'WH ††'
22:
Macro name: 'GG'
Expansion: 'BRC;ATC;TVC;WPC;G ;# clear breaks and Go'
23:
Macro name: 'EES'
Expansion: 'BRC;ATC;TVC;WPC;ES ;# clear breaks and ES'
24:
Macro name: 'GS'
Expansion: 'SB 12D 1;G;T 2;SB 12D 0'
25:
Macro name: 'RTS'
Expansion: 'PC=SP^;SP=SP+4 ;# simulate an RTS'
26:
Macro name: 'PH2'
Expansion: 'SP=SP-2;SW SP ®1 ;# push word onto stack'
27:
Macro name: 'PH4'
Expansion: 'SP=SP-4;SL SP ®1 ;# push long onto stack'